mobileDeleteSoundChannel
Type
command
Summary
Removes a channel from memory.
Syntax
mobileDeleteSoundChannel <channel>
Description
Use the mobileDeleteSoundChannel command to remove a channel from memory.
Sound channels only consume system resources when they are playing sounds, thus you don't need to be concerned about having many around at once (assuming most are inactive).
Parameters
Name | Type | Description |
---|---|---|
channel | The name of the channel. |
Examples
mobileDeleteSoundChannel theChannel
mobileDeleteSoundChannel "secondary"
Related
command: mobilePlaySoundOnChannel, mobileSetSoundChannelVolume, mobilePausePlayingOnChannel, mobileStopPlayingOnChannel, mobileResumePlayingOnChannel
function: mobileSoundChannelVolume, mobileSoundOnChannel, mobileNextSoundOnChannel, mobileSoundChannels, mobileSoundChannelStatus
message: soundFinishedOnChannel
Compatibility and Support
Introduced
LiveCode 4.6
OS
ios
android
Platforms
mobile